The current use relies on the names of patches being prefixed with
debian/patches, which doesn't seem to be completely reliable (e.g. it
doesn't happen in a wheezy build environment). The environment
variable QUILT_PATCHES_PREFIX is documented to do this.
Closes: 775068
#export DH_VERBOSE=1
SHELL := /bin/bash
-quilt := QUILT_PATCHES=debian/patches quilt
+quilt := QUILT_PATCHES=debian/patches QUILT_PATCHES_PREFIX=y quilt
pf := set -o pipefail
# This package uses debian/source/format 3.0 (quilt).